home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 February / PCWorld_2005-02_cd.bin / software / topware / powerarch / powarc911.exe / {app} / POWERARC.CHM / coua.css < prev    next >
Cascading Style Sheet File  |  2004-12-24  |  3KB  |  169 lines

  1. body        { font-size: 8pt; 
  2.             line-height: 125%;           
  3.             font-family: Verdana, Arial, Helvetica,  }
  4.  
  5. body.intro    {background: White; }
  6. body.design    {background: White; }
  7. body.create    {background: White; }
  8. body.onweb    {background: White; }
  9. body.refs    {background: White; }
  10.  
  11. a { text-decoration: none;}
  12. a:link        { color: #0000FF; }
  13.  
  14. a:active    { color: #0000FF; }
  15.  
  16. a:visited     {  color: #0000FF; }
  17.  
  18. a:hover        {color: #0000FF;
  19.                          text-decoration: underline;}
  20.  
  21. a:sidebar    {color: #339900; }
  22.  
  23. h1              { font-size: 200%; 
  24.         margin-bottom: .5em;
  25.         line-height: 125%; }
  26.  
  27. h2        { font-size: 115%;  
  28.         margin-top: 1.5em;
  29.         margin-bottom: .5em;  }
  30.  
  31. h3        { font-size: 100%; 
  32.         margin-top: 1.2em;  
  33.         margin-bottom: .5em;  }
  34.  
  35. h4        { font-size: 100%;
  36.         color: darkmagenta;
  37.         margin-top: 1.2em;  
  38.         margin-bottom: .5em;  }
  39.  
  40. p        { margin-top:6pt; margin-bottom: 6pt;    }
  41.  
  42. p.margin {
  43.     margin-left: 57pt;
  44.     margin-top: -47pt; }
  45.     
  46. p.margin2 {
  47.     margin-left: 57pt; } 
  48.     
  49. li p        { margin-top: .6em;
  50.         margin-bottom: 0em;  }
  51.         
  52. big        {  font-weight: bold; 
  53.         font-size: 105%;  }
  54.         
  55. ol        {margin-top: .5em; 
  56.         margin-bottom: 0em }    
  57.     
  58. ul        {margin-top: .6em;     
  59.         margin-bottom: 0em;
  60.         margin-left: 2.75em;  }    
  61.  
  62. ol ul        {  list-style: disc; margin-top: 2em;  }
  63.  
  64. li        {padding-bottom: .3em;
  65.         margin-left: -1.25em;  }
  66.  
  67. dl ul        { margin-top: 2em;  
  68.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  69.  
  70. dl        { margin-top: -1em;  }
  71.  
  72. ol dl    { margin-top: -1.5em;
  73.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  74.  
  75. ol dl dl    {  margin-top: 0em;
  76.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  77.  
  78. dd        { margin-bottom: 0em;    /*not currently working*/
  79.         margin-left: 1.5em;  }
  80.  
  81. dt        {  padding-top: 2em;
  82.         font-weight: bold; 
  83.         margin-left: 1.5em;  }
  84.  
  85. code    {font-family: Courier; }
  86.  
  87. pre        { margin-top: 0em;
  88.         margin-bottom: 1.5em; 
  89.         font-family: Courier;
  90.         }
  91.  
  92. table     { font-size: 100%;
  93.         text-align: left;
  94.         margin-top: 1em;
  95.         }
  96.  
  97. tr        { margin: .50em;
  98.         vertical-align: top;
  99.         }
  100.             
  101. th         { text-align: left;
  102.         margin: .50em;
  103.         vertical-align: top;
  104.         background: #dddddd;
  105.         }
  106.                         
  107. td        { margin: .50em;
  108.         vertical-align: top;
  109.         }
  110.  
  111.  
  112. DIV.sidebartext {
  113.     position: relative;
  114.     left: -22px;
  115.     height: 72px;
  116.     width: 300px;
  117.     margin-top: .6em;
  118.     margin-right: 3em;
  119.     margin-left: 0;
  120.     margin-bottom: .6em;
  121.     padding-top: .75em;
  122.     padding-right: 6px;
  123.     padding-left: .75em;
  124.     padding-bottom: .75em;
  125.     cursor: hand;
  126.     border-left: 4pt solid #339900;
  127.     background-color: #F0F0F0; }
  128.  
  129. /* Only use this for sidebars that are NOT in a list */
  130. DIV.sidebartbl {
  131.     height: 72px;
  132.     width: 300px;
  133.     margin-top: .6em;
  134.     margin-right: 3em;
  135.     margin-left: 0;
  136.     margin-bottom: .6em;
  137.     padding-top: .75em;
  138.     padding-right: 8em;
  139.     padding-left: .75em;
  140.     padding-bottom: .75em;
  141.     cursor: hand;
  142.     border-left: 4pt solid #339900;
  143.     background-color: #F0F0F0; }
  144.     
  145. a:visited.sidebar: {
  146.     color: #339900;
  147.     text-decoration: none; }
  148.     
  149. a:hover.sidebar: {
  150.     text-decoration: underline; }
  151.  
  152. .endlink {
  153.     line-height: 6pt;
  154.     position: relative;
  155.     top: 1pt;
  156.     background-color: transparent;
  157.     font-weight: bold;
  158.     font-size: 7pt;
  159.     font-style: italic;
  160.     color: black;
  161.     text-decoration: none;
  162.     cursor: hand;
  163.     width: 20px;
  164.     height: 8pt;
  165.     padding-top: -2pt;
  166.     padding-bottom: 1pt;
  167.     margin: 0pt;
  168.     border-bottom: 1pt solid #cc0033;
  169.     border-top: 1pt solid #cc0033; }